tell application "Finder" set AppList to (every process) end tell repeat with LA in AppList tell LA quit end tell end repeat tell application "Finder" quit end tell